Micron Document




WebView
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
A WebView is a web browser that is embedded within an app. Thus a WebView is a large-scale software component, enabling the use of web content within apps.cite-ref-w3-1-0[1] In some cases, the entire functionality of the app is implemented this way.

The prominent ones are bundled in operating systems:

Android System WebView, based on Google Chromecite-ref-2[2]
Apple's WebView for its devices, based on its Safari browsercite-ref-w3-1-1[1]
Microsoft Edge WebView2cite-ref-3[3]

Other examples are Microsoft's legacy WebView, based on its deprecated EdgeHTML and MSHTML engines, and the WebView component in JavaFX.

Contents


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

See also
References

cite-note-w3-11. citerefhaza-l-massieuxHazaël-Massieux, Dominique. "Making WebViews work for the Web". w3.org. Retrieved 11 March 2024.
cite-note-22. citerefhildenbrandHildenbrand, Jerry. "What is the Android System WebView and why do so many apps depend on it?". androidcentral.com. Retrieved 9 March 2024.
cite-note-33. "Introduction to Microsoft Edge WebView2". learn.microsoft.com. Retrieved 9 March 2024.

External links

• Build web apps in WebView | Android Developers